home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 16 Vendor Support / VIDTEX.HLP < prev    next >
Text File  |  2019-04-13  |  8KB  |  224 lines

  1.  
  2.            CompuServe VIDTEX
  3.  
  4.       Error Free File Transfers
  5.  
  6.  
  7. You can transfer files directly between your system and CompuServe
  8. using "B" Protocol transfer.
  9.  
  10. "B" Protocol ensures the accuracy of the transmitted file.  Any errors are
  11. detected and corrected.  Thus your important files are protected against
  12. possible damage from telephone line noise and other types of interference.
  13.  
  14.  
  15.    How To Use "B" Protocol Transfer
  16. --------------------------------------
  17.  
  18. The procedure to perform a file transfer on CompuServe is described
  19. below.  A few terms must first be defined in order to explain file
  20. transfers:
  21.  
  22.      DOWNLOAD means to transfer a file from CompuServe to your computer.
  23.  
  24.      UPLOAD means to transfer a file from your computer to CompuServe.
  25.  
  26.      HOST refers to CompuServe's computers.
  27.  
  28.      REMOTE refers to your computer.
  29.  
  30. Three types of file tranfers may be performed:
  31.  
  32.      TEXT
  33.      MACHINE SPECIFIC
  34.      BINARY
  35.  
  36. For both an upload and a download, the CompuServe file extension determines
  37. the type of transfer performed.  The valid extensions and transfer types are:
  38.  
  39.      .TXT  Text transfer
  40.      .IMG  Machine specific transfer
  41.      .BIN  Binary transfer
  42.  
  43. If any other or no extension is used, a TEXT transfer is performed.
  44.  
  45. A TEXT transfer is used to transfer ASCII text files such as untokenized
  46. BASIC programs and text files.  When uploading a text file, VIDTEX
  47. translates from the remote computer's character representation to standard
  48. ASCII.  This usually includes adding line feeds to carriage returns.  When
  49. a text file is downloaded, VIDTEX translates the text from standard
  50. ASCII to the microcomputer's character representation.
  51.  
  52. A MACHINE SPECIFIC transfer is used to transfer machine dependent files.
  53. This method is preferred over binary transfer since it transfers files
  54. specific to the Commodore 64.
  55.  
  56. During a machine specific transfer, VIDTEX inserts all of the information
  57. it needs to recreate the file exactly as it originally existed.  If an
  58. attempt is made to download a machine specific file to a microcomputer which
  59. is of a different type from the microcomputer from which the file was
  60. uploaded, VIDTEX will issue a warning message.  Machine specific transfers
  61. can be used to transfer files that have information kept outside of the
  62. file (usually in the disk directory) that is essential to the file.  This
  63. type of transfer supports Commodore program (PGM) and sequential (SEQ) files.
  64.  
  65. A BINARY transfer is used to transfer eight bit files such as tokenized
  66. BASIC programs and machine language programs.  This can also be used to
  67. transfer most microcomputer's BASIC data files.  VIDTEX does not alter any
  68. data during a binary file transfer.  Machine specific information is not
  69. included in a binary transfer.
  70.  
  71.  
  72. One way to initiate a file transfer is to enter at the CompuServe Programming
  73. Area (OK) prompt:
  74.  
  75. R FILTRN
  76.  
  77. CompuServe then responds:
  78.  
  79. CompuServe File Transfer Program
  80.  
  81. Your machine then is interrogated to see if you are running a version of
  82. VIDTEX which supports file transfers.  If you are not running a VIDTEX
  83. program or if your version of VIDTEX does not support file transfers, an
  84. error message is printed and you are returned to the 'OK' prompt.  If you
  85. are running a version of VIDTEX which supports file transfer, you are asked
  86. for the direction of the transfer:
  87.  
  88. Select direction-
  89.      D if to your computer
  90.      U if to CompuServe
  91.  
  92.  
  93. Enter a U to upload or D to download.
  94. You then are prompted:
  95.  
  96. Enter the CompuServe file name:
  97.  
  98. Enter an appropriate file name and extension.  Remember that the file
  99. extension determines the type of transfer performed.  For a download
  100. this is the name of the existing file to be transfered to your
  101. microcomputer.  For an upload this is the name of the file to be created.
  102.  
  103. You then are prompted:
  104.  
  105. Enter a file name for your computer:
  106.  
  107. Enter the file specification as required by your operating system.
  108. You can specify any file following the naming rules of your system.  This
  109. might include a drive designation, a file name extension, punctuation, or a
  110. password.  
  111.  
  112. When using machine specific transfer, the file type is handled automatically
  113. by VIDTEX.  However, when using binary or text transfer, the default
  114. Commodore file type is sequential (SEQ).  To specify a program file
  115. (PGM), append ",p" after the normal file name.  For example, the file
  116. "game" would be downloaded as a sequential file, but "game,p" would be
  117. downloaded as a program file.
  118.  
  119. Since the format for file names is different for every microcomputer, no
  120. syntax checking is performed on the remote file name.  The remote file
  121. name does not affect the type of transfer performed.
  122.  
  123. VIDTEX will not overwrite an existing file on a download;  you must first
  124. delete the file yourself.
  125.  
  126. The file transfer then begins.  As the transfer proceeds, a series of digits
  127. are displayed on your screen.  Plus signs (+) appear between the digits.
  128.  
  129. When the transfer is completed, the message:
  130.  
  131. *** File Transfer Completed!  ***  appears and you are returned to the
  132. 'OK' prompt.
  133.  
  134. To abort a file transfer, hold META A until the next digit appears on the
  135. screen.
  136.  
  137.  
  138.  
  139.  
  140.           SIG File Transfer
  141. --------------------------------------
  142.  
  143. The DOW command is used to download a file from a Special Interest Group
  144. (SIG) database.  To initiate the download of a file, "file.img" from
  145. user number [73000,1] for instance, enter at the SIG/Access prompt:
  146.  
  147. dow file.img[73000,1]
  148.  
  149. If you are running a program like VIDTEX that supports "B" Protocol file
  150. transfer, CompuServe then responds:
  151.  
  152. I need a file name for your computer:
  153.  
  154. You then enter the name that the file is to be downloaded to.  Remember that
  155. when using text (.TXT) or binary (.BIN) files, you can force the file
  156. type to be program by adding a ",p" after the regular name for your
  157. computer.  For example, when downloading the file from DL 12 named
  158. CAD30.BIN with VIDTEX, when VIDTEX asks for a filename for your computer,
  159. you would enter    cad30.arc,p        However, when downloading a Data Library
  160. file with an extension of  .IMG  (SDLDR.IMG)  using VIDTEX, do not add
  161. the  ,p   to your computer's filename because then the file will not
  162. download  --  just enter the  plain  filename    sdldr
  163.  
  164. The file will be downloaded directly to your disk.  While downloading
  165. digits and plus signs will appear on your screen to indicate the progress
  166. of the download.  When the file is created on your disk, VIDTEX will
  167. display the name of the file being downloaded on your screen.
  168.  
  169. After the download is complete, the following prompt will appear:
  170.  
  171. SIG/Access:
  172.  
  173. If you attempt to download a machine specific file (.IMG) that does not
  174. contain the proper machine identification information, VIDTEX
  175. will issue the following:
  176.  
  177. This file may not be compatible with your computer.
  178. Do you want to receive it?
  179.  
  180. To continue the download type "Y" for Yes or to stop type "N" for No.  If
  181. you type "Y" then VIDTEX will download the file as a sequential (SEQ) file
  182. unless the file name for your computer contains ",p" to force the file type
  183. to be program.
  184.  
  185.  
  186.  
  187.  
  188.  Services Using "B" Protocol Transfer
  189. --------------------------------------
  190.  
  191. "B" Protocol transfer also is used in many other CompuServe services that
  192. require the accurate transfer of data.
  193. These include:
  194.  
  195.    - MicroQuote (TM) is a series of programs for retrieving and
  196.      storing current and historical stock data.  Over 40,000 issues
  197.      are represented in the historical database which contains quotes
  198.      back to January 1, 1974.
  199.  
  200.      The MicroQuote program, MQDATA, automatically stores stock
  201.      information into a file which you can download using "B" Protocol.
  202.  
  203.    - SOFTEX (TM) is an on-line software shopping service.  You
  204.      can purchase reasonably priced programs and download them
  205.      directly to your computer for immediate use.  "B" protocol
  206.      ensures the reliability of your purchase.
  207.  
  208.    - ACCESS (TM) is a database program used for facilitating the
  209.      exchange of customer supplied software.
  210.  
  211.    - QTRAN (TM) is a program that will take a VisiCalc (R) file in DIF
  212.      format and convert it into a batch input file for QUBIT (TM).
  213.      QTRAN is available to commercial CompuServe customers only.
  214.  
  215.  
  216. Use of "B" Protocol transfer in these services is automated;  you do not
  217. need to issue any special commands.
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.